home *** CD-ROM | disk | FTP | other *** search
/ Alumni Directory: Penn State 2010 / Penn State Alumni Directory 2010.iso / Setup.msi / ban.css < prev    next >
Cascading Style Sheet File  |  2009-10-07  |  1KB  |  80 lines

  1. BODY {background-image:url(nav2.jpg); background-attachment: fixed; background-repeat:no-repeat;}
  2.  
  3. .copy {
  4.     font-family: Verdana, Arial, Helvetica, sans-serif;
  5.     font-size: 11px;
  6.     color: #000000;
  7.     line-height: 1.5; 
  8. }
  9. .lists {
  10.     font-family: Verdana, Arial, Helvetica, sans-serif;
  11.     font-size: 10px;
  12.     color: #000000;
  13.     line-height: 1.5; 
  14. }
  15. .acc {
  16.     font-family: Verdana, Arial, Helvetica, sans-serif;
  17.     font-size: 11px;
  18.     color: #7c9ad2;
  19.     line-height: 1.5; 
  20. }
  21.  
  22. .HEADINGS {
  23.     font-family:Verdana, Arial, Helvetica, sans-serif;
  24.     font-size: 14px;
  25.     color: #00338e;
  26.     font-weight:bold;
  27. }
  28.  
  29.  
  30. a {
  31.     font-family: Verdana, Arial, Helvetica, sans-serif;
  32.     font-size: 11px;
  33.     color: #ffffff;
  34. }
  35. a:link {
  36.     text-decoration: none;
  37.     color: #ffffff;
  38. }
  39. a:visited {
  40.     text-decoration: none;
  41.     color: #ffffff;
  42. }
  43. a:hover {
  44.     color: #f47920;
  45. }
  46. a:active {
  47.     text-decoration: underline;
  48.     color: #f47920;
  49. }
  50.  
  51. .nav {
  52.     font-family: Verdana, Arial, Helvetica, sans-serif;
  53.     font-size: 11px;
  54.     color: #00338e;
  55. }
  56. .nav:link {
  57.     text-decoration: none;
  58.     color: #00338e;
  59. }
  60. .nav:visited {
  61.     text-decoration: none;
  62.     color: #00338e;
  63. }
  64. .nav:hover {
  65.     color: #d38b35;
  66. }
  67. .nav:active {
  68.     color: #d38b35;
  69. }
  70.  
  71. .subheadings {
  72.     font-family:Verdana, Arial, Helvetica, sans-serif;
  73.     font-size: 12px;
  74.     color: #7c9ad2;
  75.     font-weight:bold;
  76. }
  77.  
  78. body {
  79.     background-color: #ffffff;
  80. }